go/types.Checker.exclude (method)

8 uses

	go/types (current package)
		builtins.go#L650: 		check.exclude(x, 1<<novalue|1<<builtin)
		call.go#L409: 			check.exclude(&x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1277: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1284: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1296: 	check.exclude(&x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1327: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1337: 	check.exclude(x, 1<<novalue)
		expr.go#L1343: func (check *Checker) exclude(x *operand, modeset uint) {